DataCollection | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / C1CacheDataCollection<T> Class / GetCachedItems Method
From index.
To index.

In This Topic
    GetCachedItems Method
    In This Topic
    Gets the cached items in the specified range.
    Syntax
    'Declaration
     
    Public Function GetCachedItems( _
       Optional ByVal fromIndex As Nullable(Of Integer), _
       Optional ByVal toIndex As Nullable(Of Integer) _
    ) As IEnumerable(Of ILoadedItem(Of T))

    Parameters

    fromIndex
    From index.
    toIndex
    To index.
    See Also